Searched refs:withHandlersFrom (Results 1 – 4 of 4) sorted by relevance
149 public JavaType withHandlersFrom(JavaType src) { in withHandlersFrom() method in MapLikeType150 JavaType type = super.withHandlersFrom(src); in withHandlersFrom()155 JavaType ct = _keyType.withHandlersFrom(srcKeyType); in withHandlersFrom()163 JavaType ct = _valueType.withHandlersFrom(srcCt); in withHandlersFrom()
137 public JavaType withHandlersFrom(JavaType src) { in withHandlersFrom() method in CollectionLikeType138 JavaType type = super.withHandlersFrom(src); in withHandlersFrom()141 JavaType ct = _elementType.withHandlersFrom(srcCt); in withHandlersFrom()
464 newType = newType.withHandlersFrom(baseType); in constructSpecializedType()
141 public JavaType withHandlersFrom(JavaType src) { in withHandlersFrom() method in JavaType