public class EzySimpleIdFetcherImplementer extends com.tvd12.ezyfox.util.EzyLoggable implements EzyIdFetcherImplementer
| Modifier and Type | Field and Description |
|---|---|
protected com.tvd12.ezyfox.reflect.EzyClass |
clazz |
protected static AtomicInteger |
COUNT |
protected static boolean |
debug |
protected com.tvd12.ezyfox.reflect.EzyReflectElement |
idElement |
| Constructor and Description |
|---|
EzySimpleIdFetcherImplementer(Class<?> clazz) |
EzySimpleIdFetcherImplementer(com.tvd12.ezyfox.reflect.EzyClass clazz) |
| Modifier and Type | Method and Description |
|---|---|
protected com.tvd12.ezyfox.reflect.EzyMethod |
getGetIdMethod() |
protected com.tvd12.ezyfox.reflect.EzyReflectElement |
getIdElement() |
protected String |
getImplClassName() |
EzyIdFetcher |
implement() |
protected String |
makeGetIdMethodContent(com.tvd12.ezyfox.reflect.EzyMethod getIdMethod) |
protected void |
printMethodContent(String methodContent) |
protected final com.tvd12.ezyfox.reflect.EzyClass clazz
protected final com.tvd12.ezyfox.reflect.EzyReflectElement idElement
protected static boolean debug
protected static final AtomicInteger COUNT
public EzySimpleIdFetcherImplementer(Class<?> clazz)
public EzySimpleIdFetcherImplementer(com.tvd12.ezyfox.reflect.EzyClass clazz)
public EzyIdFetcher implement()
implement in interface EzyIdFetcherImplementerprotected String makeGetIdMethodContent(com.tvd12.ezyfox.reflect.EzyMethod getIdMethod)
protected com.tvd12.ezyfox.reflect.EzyMethod getGetIdMethod()
protected com.tvd12.ezyfox.reflect.EzyReflectElement getIdElement()
protected String getImplClassName()
protected void printMethodContent(String methodContent)
Copyright © 2020 Young Monkeys. All rights reserved.