-
- All Implemented Interfaces:
-
net.pwall.json.schema.codegen.ClassId
public final class CodeGenerator.CustomClassByURI extends CodeGenerator.CustomClass
-
-
Field Summary
Fields Modifier and Type Field Description private final URIuriprivate final StringclassNameprivate final StringpackageNameprivate final StringqualifiedClassName
-
Constructor Summary
Constructors Constructor Description CodeGenerator.CustomClassByURI(URI uri, String qualifiedClassName)CodeGenerator.CustomClassByURI(URI uri, String className, String packageName)
-
Method Summary
Modifier and Type Method Description final URIgetUri()StringgetClassName()StringgetPackageName()StringgetQualifiedClassName()-
Methods inherited from class net.pwall.json.schema.codegen.CodeGenerator.CustomClassByURI
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()
-
-
-
-