-
- All Implemented Interfaces:
-
net.pwall.json.schema.codegen.ClassId
public final class CodeGenerator.CustomClassByFormat extends CodeGenerator.CustomClass
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final StringclassNameprivate final StringpackageNameprivate final StringqualifiedClassName
-
Constructor Summary
Constructors Constructor Description CodeGenerator.CustomClassByFormat(String name, String qualifiedClassName)CodeGenerator.CustomClassByFormat(String name, String className, String packageName)
-
Method Summary
Modifier and Type Method Description final StringgetName()StringgetClassName()StringgetPackageName()StringgetQualifiedClassName()final Booleanmatch(Constraints constraints)-
Methods inherited from class net.pwall.json.schema.codegen.CodeGenerator.CustomClassByFormat
applyToTarget -
Methods inherited from class net.pwall.json.schema.codegen.CodeGenerator.CustomClass
samePackage -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getClassName
String getClassName()
-
getPackageName
String getPackageName()
-
getQualifiedClassName
String getQualifiedClassName()
-
match
final Boolean match(Constraints constraints)
-
-
-
-