Class SchemaProcessor.ParameterizedTypeImpl
- java.lang.Object
-
- org.apache.johnzon.jsonschema.generator.SchemaProcessor.ParameterizedTypeImpl
-
- All Implemented Interfaces:
ParameterizedType
,Type
- Enclosing class:
- SchemaProcessor
private static class SchemaProcessor.ParameterizedTypeImpl extends Object implements ParameterizedType
-
-
Field Summary
Fields Modifier and Type Field Description private Type[]
actualTypeArguments
private Type
rawType
-
Constructor Summary
Constructors Modifier Constructor Description private
ParameterizedTypeImpl(Type rawType, Type[] actualTypeArguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type[]
getActualTypeArguments()
Type
getOwnerType()
Type
getRawType()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.reflect.Type
getTypeName
-
-
-
-
Method Detail
-
getRawType
public Type getRawType()
- Specified by:
getRawType
in interfaceParameterizedType
-
getActualTypeArguments
public Type[] getActualTypeArguments()
- Specified by:
getActualTypeArguments
in interfaceParameterizedType
-
getOwnerType
public Type getOwnerType()
- Specified by:
getOwnerType
in interfaceParameterizedType
-
-