Serialized Form
|
Package com.fasterxml.classmate |
_defaultInclusion
AnnotationInclusion _defaultInclusion
_inclusions
HashMap<K,V> _inclusions
_targetsToOverrides
HashMap<K,V> _targetsToOverrides
_annotations
HashMap<K,V> _annotations
_typeResolver
TypeResolver _typeResolver
- Type resolved needed for resolving types of member objects
(method argument and return; field types; constructor argument types)
_cfgIncludeLangObject
boolean _cfgIncludeLangObject
- Configuration setting that determines whether members from
Object are included or not; by default
false meaning that they are not.
_fieldFilter
Filter<T> _fieldFilter
- Filter used for determining whether given
field (static or member)
is to be included in aggregation of all
fields.
_methodFilter
Filter<T> _methodFilter
- Filter used for determining whether given
method (static or member)
is to be included in aggregation of all
methods.
_constructorFilter
Filter<T> _constructorFilter
- Filter used for determining whether given
constructor
is to be included in aggregation of all
constructors.
_resolvedTypes
ResolvedTypeCache _resolvedTypes
- Simple cache of types resolved by this resolved; capped to last 200 resolved types.
Caching works because type instances themselves are mostly immutable;
and properly synchronized in cases where transient data (raw members) are
accessed.
|
Package com.fasterxml.classmate.util |
_className
String _className
_class
Class<T> _class
_hashCode
int _hashCode
- Let's cache hash code straight away, since we are almost certain to need it.
_name
String _name
_argumentTypes
Class<T>[] _argumentTypes
_hashCode
int _hashCode
_map
com.fasterxml.classmate.util.ResolvedTypeCache.CacheMap _map
Copyright © 2012 fasterxml.com. All Rights Reserved.