Searched defs:withTypeHandler (Results 1 – 10 of 10) sorted by relevance
52 public JavaType withTypeHandler(Object h) { in withTypeHandler() method in PlaceholderForType
74 public JavaType withTypeHandler(Object h) { in withTypeHandler() method in ResolvedRecursiveType
81 public CollectionType withTypeHandler(Object h) { in withTypeHandler() method in CollectionType
69 public MapType withTypeHandler(Object h) { in withTypeHandler() method in MapType
103 public ReferenceType withTypeHandler(Object h) in withTypeHandler() method in ReferenceType
59 public ArrayType withTypeHandler(Object h) in withTypeHandler() method in ArrayType
110 public CollectionLikeType withTypeHandler(Object h) { in withTypeHandler() method in CollectionLikeType
121 public MapLikeType withTypeHandler(Object h) { in withTypeHandler() method in MapLikeType
175 public SimpleType withTypeHandler(Object h) { in withTypeHandler() method in SimpleType
107 public abstract JavaType withTypeHandler(Object h); in withTypeHandler() method in JavaType