Package dev.drtheo.autojson.schema.base
Interface SchemaType
public interface SchemaType
-
Field Summary
Fields
-
Field Details
-
PRIMITIVE
static final byte PRIMITIVE- See Also:
-
ARRAY
static final byte ARRAY- See Also:
-
OBJECT
static final byte OBJECT- See Also:
-
WRAPPER
static final byte WRAPPER- See Also:
-