Package com.labs64.netlicensing.util
Class Visitor
- java.lang.Object
-
- com.labs64.netlicensing.util.Visitor
-
- Direct Known Subclasses:
EntityFactory.LinkedEntitiesPopulator
,ServiceHelper.PageGetDispatch
public class Visitor extends Object
-
-
Constructor Summary
Constructors Constructor Description Visitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Method
getMethod(Class<?> targetClass)
void
visit(Object object)
void
visitDefault(Object object)
-
-
-
Method Detail
-
getMethod
protected Method getMethod(Class<?> targetClass) throws NoSuchMethodException
- Throws:
NoSuchMethodException
-
-