All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
AbstractCollectionConverter |
|
AbstractConverter |
A base class for converters.
|
AbstractFinder |
|
AbstractFinder.Info |
|
AbstractMapConverter |
|
AbstractRecipe |
|
AllPropertiesRecipe |
|
Annotated<T> |
|
AnnotatedMember<T> |
|
AnnotatedMethod<T> |
|
AnnotationFinder |
ClassFinder searches the classpath of the specified classloader for
packages, classes, constructors, methods, or fields with specific annotations.
|
AnnotationFinder.Info |
|
Archive |
|
Archive.Entry |
|
ArchiveIterator |
|
ArrayConverter |
Adapter for editing array types.
|
ArrayListEditor |
Adapter for editing array types.
|
ArrayRecipe |
|
ArrayRecipe.UpdateArray |
|
AsmConstants |
|
AsmParameterNameLoader |
Implementation of ParameterNameLoader that uses ASM to read the parameter names from the local variable table in the
class byte code.
|
AsmParameterNameLoader.AllParameterNamesDiscoveringVisitor |
|
BigDecimalEditor |
A property editor for BigDecimal typed properties.
|
BigIntegerEditor |
A property editor for BigDecimal typed properties.
|
BooleanEditor |
|
ByteEditor |
|
CharacterEditor |
|
CircularDependencyException |
|
ClassEditor |
A property editor for converting class names into class object instances
|
Classes |
|
ClassesArchive |
|
ClassFilter |
|
ClassFinder |
ClassFinder searches the classpath of the specified classloader for
packages, classes, constructors, methods, or fields with specific annotations.
|
ClassLoaders |
|
ClasspathArchive |
Supports JarArchive and FileArchive URLs
|
CollectionRecipe |
|
CollectionRecipe.UpdateCollection |
|
CollectionRecipe.UpdateList |
|
CollectionUtil |
|
CompositeArchive |
|
CompositeArchive.CompositeIterator |
|
ConstructionException |
|
ConstructorConverter |
|
ContainsFilter |
|
Converter |
|
DateEditor |
A property editor for Date typed properties.
|
DefaultExecutionContext |
|
DefaultRepository |
|
DoubleEditor |
|
EmptyVisitor |
|
EnumConverter |
|
ExcludeIncludeFilter |
First, all Exclude directives are evaluated; if any match, the className is denied unless it also matches an Include directive.
|
ExecutionContext |
|
FileArchive |
|
FileEditor |
A property editor for File .
|
Files |
|
Filter |
|
FilteredArchive |
|
FilterList |
|
Filters |
|
Filters.NegativeFilter |
|
FloatEditor |
|
GenericCollectionConverter |
|
GenericMapConverter |
|
HashMapEditor |
A property editor for indirect property bundles.
|
HashtableEditor |
A property editor for indirect property bundles.
|
IAnnotationFinder |
Temporary interface to bridge the gap between the two finder impls
|
IdentityHashMapEditor |
A property editor for indirect property bundles.
|
IncludeExcludeFilter |
First, all Include directives are evaluated; at least one must match, or the className is rejected.
|
Inet4AddressEditor |
|
Inet6AddressEditor |
|
InetAddressEditor |
|
IntegerEditor |
|
JarArchive |
|
JndiConverter |
|
LinkedHashMapEditor |
A property editor for indirect property bundles.
|
LinkedHashSetEditor |
Adapter for editing array types.
|
LinkedListEditor |
Adapter for editing array types.
|
ListEditor |
Adapter for editing array types.
|
LoggerConverter |
|
LongEditor |
|
MapEditor |
A property editor for indirect property bundles.
|
MapRecipe |
|
MapRecipe.DummyDictionaryAsMap |
|
MapRecipe.UpdateMap |
|
MapRecipe.UpdateValue |
|
MetaAnnotated<T> |
|
MetaAnnotatedClass<T> |
|
MetaAnnotatedConstructor<T> |
|
MetaAnnotatedElement<T extends java.lang.reflect.AnnotatedElement> |
|
MetaAnnotatedField |
|
MetaAnnotatedMethod |
|
MetaAnnotation<T extends java.lang.annotation.Annotation> |
|
MissingAccessorException |
|
MissingFactoryMethodException |
|
MJarSupport |
|
MJarSupport.Clazz |
|
NoSuchObjectException |
|
ObjectGraph |
|
ObjectGraph.WrapperExecutionContext |
|
ObjectNameEditor |
A property editor for ObjectName .
|
ObjectRecipe |
|
ObjectRecipe.AutoMatchProperty |
|
ObjectRecipe.CompoundProperty |
|
ObjectRecipe.FieldMember |
|
ObjectRecipe.FieldProperty |
|
ObjectRecipe.Member |
|
ObjectRecipe.MethodMember |
|
ObjectRecipe.Property |
|
ObjectRecipe.SetterProperty |
|
Option |
|
PackageFilter |
|
Parameter<E extends java.lang.reflect.Member> |
|
ParameterNameLoader |
Determines the parameter names of Constructors or Methods.
|
ParameterNames |
ParameterNames explicitly declared the names of a constructor parameters.
|
PatternConverter |
|
PatternFilter |
|
PrefixFilter |
|
Primitives |
|
PropertiesEditor |
A property editor for indirect property bundles.
|
PropertyEditorConverter |
|
PropertyEditorException |
An exception for property editor conversion problems.
|
PropertyEditorRegistry |
|
PropertyEditors |
Deprecated. |
PrototypeArrayConverter |
Adapter for editing array types.
|
Recipe |
|
RecipeHelper |
|
RecipeHelper.RecipeComparator |
|
RecipeVisitor |
|
Reference |
Reference is a named (lazy) reference from one object to another.
|
Reference.Action |
|
ReferenceIdentityMap |
Streamlined version of a WeakIdentityHashMap.
|
ReferenceIdentityMap.ReferenceEntry |
Each entry in the Map is represented with a ReferenceEntry.
|
ReferenceNameRecipe |
|
ReferenceRecipe |
|
ReferenceRecipe.WrapperReference |
|
ReflectionUtil |
|
ReflectionUtil.ConstructorFactory |
|
ReflectionUtil.Factory |
|
ReflectionUtil.ParameterLoader |
|
ReflectionUtil.StaticFactory |
|
Repository |
|
ResourceFinder |
|
SetEditor |
Adapter for editing array types.
|
ShortEditor |
|
SingleLinkedList<E> |
|
SortedMapEditor |
A property editor for indirect property bundles.
|
SortedSetEditor |
Adapter for editing array types.
|
StaticFactoryConverter |
Of the javax and java packages in the Java 8 JVM, there are roughly
10 static factory patterns in use.
|
StaticRecipe |
Deprecated.
|
StringEditor |
|
SuffixFilter |
|
TreeMapEditor |
A property editor for indirect property bundles.
|
TreeSetEditor |
Adapter for editing array types.
|
UnresolvedReferencesException |
|
UnsetPropertiesRecipe |
|
URIEditor |
|
UriSet |
|
URLEditor |
A property editor for URL typed properties.
|
UrlSet |
|
VectorEditor |
Adapter for editing array types.
|
WeakHashMapEditor |
A property editor for indirect property bundles.
|
XbeanAsmParameterNameLoader |
Implementation of ParameterNameLoader that uses ASM to read the parameter names from the local variable table in the
class byte code.
|
XbeanAsmParameterNameLoader.AllParameterNamesDiscoveringVisitor |
|