Package io.ebean.enhance.common
Class AnnotationInfo
java.lang.Object
io.ebean.enhance.common.AnnotationInfo
public class AnnotationInfo extends Object
Collects the annotation information.
-
Constructor Summary
Constructors Constructor Description AnnotationInfo(AnnotationInfo parent)The parent is typically the class level annotation information which could be considered to hold default values. -
Method Summary
Modifier and Type Method Description voidadd(String prefix, String name, Object value)Add a annotation value.List<Object>getArrayEntry(String prefix)Gets or creates a list for the given prefix, it will hold the array values.ObjectgetValue(String key)Return a value out of the map.voidsetParent(AnnotationInfo parent)StringtoString()
-
Constructor Details
-
AnnotationInfo
The parent is typically the class level annotation information which could be considered to hold default values.
-
-
Method Details