java.lang.Object
java.lang.Enum<CoercionInputShape>
edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.databind.cfg.CoercionInputShape
All Implemented Interfaces:
Serializable, Comparable<CoercionInputShape>, java.lang.constant.Constable

public enum CoercionInputShape extends Enum<CoercionInputShape>
Set of input types (which mostly match one of JsonToken types) used for configuring CoercionActions to take when reading input into target types (specific type or LogicalType). Contains both physical input shapes (which match one of JsonToken types) and a few logical input shapes ("empty" variants).

Note that null input shape is explicitly not included as its configuration is distinct from other types.

Since:
2.12