JsonSerializable, JsonSerializableWithTypepublic final class CollectionType extends CollectionLikeType
_elementType_class, _hashCode, _typeHandler, _valueHandler| Modifier and Type | Method | Description |
|---|---|---|
protected JavaType |
_narrow(java.lang.Class<?> subclass) |
|
static CollectionType |
construct(java.lang.Class<?> rawType,
JavaType elemT) |
|
JavaType |
narrowContentsBy(java.lang.Class<?> contentClass) |
|
java.lang.String |
toString() |
|
JavaType |
widenContentsBy(java.lang.Class<?> contentClass) |
|
CollectionType |
withContentTypeHandler(java.lang.Object h) |
"Copy method" that will construct a new instance that is identical to
this instance, except that its content type will have specified
type handler assigned.
|
CollectionType |
withContentValueHandler(java.lang.Object h) |
|
CollectionType |
withTypeHandler(java.lang.Object h) |
"Copy method" that will construct a new instance that is identical to
this instance, except that it will have specified type handler assigned.
|
CollectionType |
withValueHandler(java.lang.Object h) |
buildCanonicalName, containedType, containedTypeCount, containedTypeName, equals, getContentType, getErasedSignature, getGenericSignature, isCollectionLikeType, isContainerType, isTrueCollectionType_assertSubclass, _widen, forcedNarrowBy, getErasedSignature, getGenericSignature, getKeyType, getRawClass, hasGenericTypes, hashCode, hasRawClass, isAbstract, isArrayType, isConcrete, isEnumType, isFinal, isInterface, isMapLikeType, isPrimitive, isThrowable, narrowBy, setValueHandler, widenByclone, finalize, getClass, notify, notifyAll, wait, wait, wait_classSignature, getTypeHandler, getValueHandler, serialize, serializeWithType, toCanonicalprotected JavaType _narrow(java.lang.Class<?> subclass)
_narrow in class CollectionLikeTypepublic JavaType narrowContentsBy(java.lang.Class<?> contentClass)
narrowContentsBy in class CollectionLikeTypepublic JavaType widenContentsBy(java.lang.Class<?> contentClass)
widenContentsBy in class CollectionLikeTypepublic static CollectionType construct(java.lang.Class<?> rawType, JavaType elemT)
public CollectionType withTypeHandler(java.lang.Object h)
JavaTypewithTypeHandler in class CollectionLikeTypepublic CollectionType withContentTypeHandler(java.lang.Object h)
JavaTypewithContentTypeHandler in class CollectionLikeTypepublic CollectionType withValueHandler(java.lang.Object h)
withValueHandler in class CollectionLikeTypepublic CollectionType withContentValueHandler(java.lang.Object h)
withContentValueHandler in class CollectionLikeTypepublic java.lang.String toString()
toString in class CollectionLikeType