Module org.simpleflatmapper.reflect
Package org.simpleflatmapper.reflect
Interface InstantiatorDefinition
- All Known Implementing Classes:
BuilderInstantiatorDefinition,ExecutableInstantiatorDefinition,KotlinDefaultConstructorInstantiatorDefinition
public interface InstantiatorDefinition
-
Method Details
-
getParameters
Parameter[] getParameters() -
hasParam
-
getType
InstantiatorDefinition.Type getType() -
getName
String getName()
-