public abstract class NopAnnotationIntrospector extends AnnotationIntrospector implements Serializable
AnnotationIntrospector
.
Can be used as is to suppress handling of annotations; or as a basis
for simple configuration overrides (whether based on annotations or not).AnnotationIntrospector.ReferenceProperty
Modifier and Type | Field and Description |
---|---|
static NopAnnotationIntrospector |
instance
Static immutable and shareable instance that can be used as
"null" introspector: one that never finds any annotation
information.
|
Constructor and Description |
---|
NopAnnotationIntrospector() |
Modifier and Type | Method and Description |
---|---|
Version |
version() |
_findAnnotation, _hasAnnotation, _hasOneOf, allIntrospectors, allIntrospectors, findAndAddVirtualProperties, findAutoDetectVisibility, findClassDescription, findContentDeserializer, findContentSerializer, findCreatorBinding, findDeserializationContentConverter, findDeserializationContentType, findDeserializationConverter, findDeserializationKeyType, findDeserializationType, findDeserializer, findEnumValue, findEnumValues, findFilterId, findFormat, findIgnoreUnknownProperties, findImplicitPropertyName, findInjectableValueId, findKeyDeserializer, findKeySerializer, findNameForDeserialization, findNameForSerialization, findNamingStrategy, findNullSerializer, findObjectIdInfo, findObjectReferenceInfo, findPOJOBuilder, findPOJOBuilderConfig, findPropertiesToIgnore, findPropertiesToIgnore, findPropertyAccess, findPropertyContentTypeResolver, findPropertyDefaultValue, findPropertyDescription, findPropertyInclusion, findPropertyIndex, findPropertyTypeResolver, findReferenceType, findRootName, findSerializationContentConverter, findSerializationContentType, findSerializationConverter, findSerializationInclusion, findSerializationInclusionForContent, findSerializationKeyType, findSerializationPropertyOrder, findSerializationSortAlphabetically, findSerializationType, findSerializationTyping, findSerializer, findSubtypes, findTypeName, findTypeResolver, findUnwrappingNameTransformer, findValueInstantiator, findViews, findWrapperName, hasAnyGetterAnnotation, hasAnySetterAnnotation, hasAsValueAnnotation, hasCreatorAnnotation, hasIgnoreMarker, hasRequiredMarker, isAnnotationBundle, isIgnorableType, isTypeId, nopInstance, pair, refineDeserializationType, refineSerializationType, resolveSetterConflict
public static final NopAnnotationIntrospector instance
public Version version()
version
in interface Versioned
version
in class AnnotationIntrospector
Copyright © 2008–2016 FasterXML. All rights reserved.