Package pl.gsmservice.gateway.utils
Class Utils.TypeReferenceWithShape
- java.lang.Object
-
- pl.gsmservice.gateway.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.TypeReferenceWithShapeof(com.fasterxml.jackson.core.type.TypeReference<?> typeReference, Utils.JsonShape shape)Utils.JsonShapeshape()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()
-
-