A C G H L O P R S T U V 
All Classes All Packages

A

AnnotatedMetaHolder - Class in cc.carm.lib.easyannotation
A data holder for annotation meta.
AnnotatedMetaHolder() - Constructor for class cc.carm.lib.easyannotation.AnnotatedMetaHolder
 
AnnotatedMetaHolder(Map<AnnotatedMetaType<?, ?>, Object>) - Constructor for class cc.carm.lib.easyannotation.AnnotatedMetaHolder
 
AnnotatedMetaLoader - Class in cc.carm.lib.easyannotation
The Annotated meta loader.
AnnotatedMetaLoader(Set<AnnotatedMetaType<?, ?>>) - Constructor for class cc.carm.lib.easyannotation.AnnotatedMetaLoader
 
AnnotatedMetaType<N extends java.lang.annotation.Annotation,​V> - Class in cc.carm.lib.easyannotation
The Annotated meta type.
AnnotatedMetaType(Class<N>) - Constructor for class cc.carm.lib.easyannotation.AnnotatedMetaType
 
annotationClass - Variable in class cc.carm.lib.easyannotation.AnnotatedMetaType
 

C

cc.carm.lib.easyannotation - package cc.carm.lib.easyannotation
 

G

get(AnnotatedMetaType<?, V>) - Method in class cc.carm.lib.easyannotation.AnnotatedMetaHolder
Get the value of option.
get(AnnotatedMetaType<?, V>, V) - Method in class cc.carm.lib.easyannotation.AnnotatedMetaHolder
Get the value of option.
get(Class<?>) - Method in class cc.carm.lib.easyannotation.AnnotatedMetaType
 
get(Field) - Method in class cc.carm.lib.easyannotation.AnnotatedMetaType
 
get(N) - Method in class cc.carm.lib.easyannotation.AnnotatedMetaType
 
getValue(N) - Method in class cc.carm.lib.easyannotation.AnnotatedMetaType
 
getValues() - Method in class cc.carm.lib.easyannotation.AnnotatedMetaHolder
 

H

has(AnnotatedMetaType<?, ?>) - Method in class cc.carm.lib.easyannotation.AnnotatedMetaHolder
 

L

load(Class<?>) - Method in class cc.carm.lib.easyannotation.AnnotatedMetaLoader
Load meta from a class.
load(Field) - Method in class cc.carm.lib.easyannotation.AnnotatedMetaLoader
Load meta from a field.

O

of(Class<T>, Function<T, E>) - Static method in class cc.carm.lib.easyannotation.AnnotatedMetaType
 
of(AnnotatedMetaType<?, ?>...) - Static method in class cc.carm.lib.easyannotation.AnnotatedMetaLoader
Create a new Annotated meta loader.
of(Collection<AnnotatedMetaType<?, ?>>) - Static method in class cc.carm.lib.easyannotation.AnnotatedMetaLoader
 

P

put(AnnotatedMetaType<?, ?>, Object) - Method in class cc.carm.lib.easyannotation.AnnotatedMetaHolder
 

R

register(AnnotatedMetaType<?, ?>) - Method in class cc.carm.lib.easyannotation.AnnotatedMetaLoader
 

S

set(AnnotatedMetaType<?, V>, V) - Method in class cc.carm.lib.easyannotation.AnnotatedMetaHolder
Set the value of meta, if the value is null, the meta will be removed.
setIfAbsent(AnnotatedMetaType<?, V>, V) - Method in class cc.carm.lib.easyannotation.AnnotatedMetaHolder
Set the value of meta, if the value is null, the meta will not be changed.
setIfPresent(AnnotatedMetaType<?, V>, V) - Method in class cc.carm.lib.easyannotation.AnnotatedMetaHolder
Set the value of meta, if the value is null, the meta will not be changed.

T

types - Variable in class cc.carm.lib.easyannotation.AnnotatedMetaLoader
 

U

unregister(AnnotatedMetaType<?, ?>) - Method in class cc.carm.lib.easyannotation.AnnotatedMetaLoader
 

V

values - Variable in class cc.carm.lib.easyannotation.AnnotatedMetaHolder
 
A C G H L O P R S T U V 
All Classes All Packages