Uses of Class
io.ebean.enhance.common.ClassMeta
Packages that use ClassMeta
-
Uses of ClassMeta in io.ebean.enhance.common
Methods in io.ebean.enhance.common that return ClassMetaModifier and TypeMethodDescriptionEnhanceContext.createClassMeta()Create a new meta object for enhancing a class.ClassMetaReader.get(boolean readMethodAnnotations, String name, ClassLoader classLoader) ClassMetaCache.getFallback(String className) EnhanceContext.getInterfaceMeta(String interfaceClassName, ClassLoader classLoader) Read the class meta data for an interface.EnhanceContext.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 ClassMetaMethods in io.ebean.enhance.common with parameters of type ClassMetaModifier and TypeMethodDescriptionvoidEnhanceContext.addClassMeta(ClassMeta meta) voidvoidClassMeta.setSuperMeta(ClassMeta superMeta) -
Uses of ClassMeta in io.ebean.enhance.entity
Methods in io.ebean.enhance.entity with parameters of type ClassMetaModifier and TypeMethodDescriptionvoidFieldMeta.addGetSetMethods(ClassVisitor cv, ClassMeta classMeta) Add get and set methods for field access/interception.Constructors in io.ebean.enhance.entity with parameters of type ClassMeta