Class ReadOnlyClassToSerializerMap.Bucket
java.lang.Object
tools.jackson.databind.ser.impl.ReadOnlyClassToSerializerMap.Bucket
- Enclosing class:
ReadOnlyClassToSerializerMap
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Class<?> protected final booleanprotected final JavaTypefinal ValueSerializer<Object> -
Constructor Summary
ConstructorsConstructorDescriptionBucket(ReadOnlyClassToSerializerMap.Bucket next, TypeKey key, ValueSerializer<Object> value) -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatchesTyped(Class<?> key) booleanmatchesTyped(JavaType key) booleanmatchesUntyped(Class<?> key) booleanmatchesUntyped(JavaType key)
-
Field Details
-
value
-
next
-
_class
-
_type
-
_isTyped
protected final boolean _isTyped
-
-
Constructor Details
-
Bucket
-
-
Method Details
-
matchesTyped
-
matchesUntyped
-
matchesTyped
-
matchesUntyped
-