Uses of Class
io.ebean.enhance.common.ClassMeta
| Package | Description |
|---|---|
| io.ebean.enhance.common | |
| io.ebean.enhance.entity |
-
Uses of ClassMeta in io.ebean.enhance.common
Methods in io.ebean.enhance.common that return ClassMeta Modifier and Type Method Description ClassMetaEnhanceContext. createClassMeta()Create a new meta object for enhancing a class.ClassMetaClassMetaCache. get(String name)ClassMetaClassMetaReader. get(boolean readMethodAnnotations, String name, ClassLoader classLoader)ClassMetaEnhanceContext. get(String className)ClassMetaClassMetaCache. getFallback(String className)ClassMetaEnhanceContext. getInterfaceMeta(String interfaceClassName, ClassLoader classLoader)Read the class meta data for an interface.ClassMetaEnhanceContext. getSuperMeta(String superClassName, ClassLoader classLoader)Read the class meta data for a super class.Methods in io.ebean.enhance.common that return types with arguments of type ClassMeta Modifier and Type Method Description Map<String,ClassMeta>ClassMetaCache. getCache()Map<String,ClassMeta>ClassMetaCache. getFallbackCache()Methods in io.ebean.enhance.common with parameters of type ClassMeta Modifier and Type Method Description voidEnhanceContext. addClassMeta(ClassMeta meta)voidClassMetaCache. put(String name, ClassMeta meta)voidClassMeta. setSuperMeta(ClassMeta superMeta) -
Uses of ClassMeta in io.ebean.enhance.entity
Methods in io.ebean.enhance.entity with parameters of type ClassMeta Modifier and Type Method Description voidFieldMeta. addGetSetMethods(ClassVisitor cv, ClassMeta classMeta)Add get and set methods for field access/interception.