public class DefaultInPlaceEditorRegistry extends Object implements InPlaceEditorRegistry
Constructor and Description |
---|
DefaultInPlaceEditorRegistry(javassist.ClassPool classPool,
ClassLoader classLoader,
org.reflections.Reflections reflections) |
Modifier and Type | Method and Description |
---|---|
InPlaceEditorConfigHolder |
getInPlaceEditorForAnnotation(Class<?> annotation) |
Set<Class<?>> |
getRegisteredAnnotations() |
public DefaultInPlaceEditorRegistry(javassist.ClassPool classPool, ClassLoader classLoader, org.reflections.Reflections reflections) throws javassist.NotFoundException, ClassNotFoundException
javassist.NotFoundException
ClassNotFoundException
public InPlaceEditorConfigHolder getInPlaceEditorForAnnotation(Class<?> annotation)
getInPlaceEditorForAnnotation
in interface InPlaceEditorRegistry
public Set<Class<?>> getRegisteredAnnotations()
getRegisteredAnnotations
in interface InPlaceEditorRegistry
Copyright © 2019 ICF Olson. All rights reserved.