public class ClassName extends Object implements Serializable
Constructor and Description |
---|
ClassName(String className)
Object to be instantiated using the empty param constructor of the className
|
ClassName(String className,
Properties properties) |
ClassName(String className,
String jsonInitProperties) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getClassName() |
Properties |
getInitProperties() |
int |
hashCode() |
static boolean |
isClassNameValid(String fqcn) |
public static ClassName EMPTY
public ClassName(String className)
className
- this class needs to have an empty param constructorpublic ClassName(String className, String jsonInitProperties)
className
- this class needs to have an empty param constructorjsonInitProperties
- a json representation of the initialization properties if this class
is to be initialized as Declarable typepublic ClassName(String className, Properties properties)
public String getClassName()
public Properties getInitProperties()
public static boolean isClassNameValid(String fqcn)