public final class IntegerOverlay extends ScalarOverlay<Integer>
| Modifier and Type | Field and Description |
|---|---|
static OverlayFactory<Integer> |
factory |
| Modifier and Type | Method and Description |
|---|---|
protected Integer |
_fromJson(com.fasterxml.jackson.databind.JsonNode json) |
protected OverlayFactory<Integer> |
_getFactory() |
protected com.fasterxml.jackson.databind.JsonNode |
_toJsonInternal(SerializationOptions options) |
static Builder<Integer> |
builder(JsonOverlay<?> modelMember) |
static JsonOverlay<Integer> |
create(int value,
JsonOverlay<?> modelMember) |
static JsonOverlay<Integer> |
create(JsonOverlay<?> modelMember) |
_findInternal_elaborate, _ensureElaborated, _getCreatingRef, _getModelType, _isElaborated, _jsonArray, _jsonBoolean, _jsonMissing, _jsonNull, _jsonObject, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _jsonScalar, _setCreatingRef, _setParent, builder, create, equals, hashCode, toStringpublic static OverlayFactory<Integer> factory
protected Integer _fromJson(com.fasterxml.jackson.databind.JsonNode json)
_fromJson in class JsonOverlay<Integer>protected com.fasterxml.jackson.databind.JsonNode _toJsonInternal(SerializationOptions options)
_toJsonInternal in class JsonOverlay<Integer>protected OverlayFactory<Integer> _getFactory()
_getFactory in class JsonOverlay<Integer>public static Builder<Integer> builder(JsonOverlay<?> modelMember)
public static JsonOverlay<Integer> create(JsonOverlay<?> modelMember)
public static JsonOverlay<Integer> create(int value, JsonOverlay<?> modelMember)
Copyright © 2018. All rights reserved.