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[]actualTypeArgumentsprivate TyperawType
-
Constructor Summary
Constructors Modifier Constructor Description privateParameterizedTypeImpl(Type rawType, Type[] actualTypeArguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type[]getActualTypeArguments()TypegetOwnerType()TypegetRawType()StringtoString()-
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:
getRawTypein interfaceParameterizedType
-
getActualTypeArguments
public Type[] getActualTypeArguments()
- Specified by:
getActualTypeArgumentsin interfaceParameterizedType
-
getOwnerType
public Type getOwnerType()
- Specified by:
getOwnerTypein interfaceParameterizedType
-
-