Package com.styra.opa.openapi.utils
Class Utils.TypeReferenceWithShape
- java.lang.Object
-
- com.styra.opa.openapi.utils.Utils.TypeReferenceWithShape
-
- Enclosing class:
- Utils
public static final class Utils.TypeReferenceWithShape extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Utils.TypeReferenceWithShape
of(com.fasterxml.jackson.core.type.TypeReference<?> typeReference, Utils.JsonShape shape)
Utils.JsonShape
shape()
com.fasterxml.jackson.core.type.TypeReference<?>
typeReference()
-
-
-
Method Detail
-
of
public static Utils.TypeReferenceWithShape of(com.fasterxml.jackson.core.type.TypeReference<?> typeReference, Utils.JsonShape shape)
-
typeReference
public com.fasterxml.jackson.core.type.TypeReference<?> typeReference()
-
shape
public Utils.JsonShape shape()
-
-