| Package | Description |
|---|---|
| org.openapitools.codegen.languages | |
| org.openapitools.codegen.utils |
| Modifier and Type | Field and Description |
|---|---|
protected JsonCache |
JavaCXFExtServerCodegen.testDataCache |
protected JsonCache |
JavaCXFExtServerCodegen.testDataControlCache |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JsonCache.Root
Load/merge/save/flush functionality implemented by the root of a JSON cache hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
JsonCache |
JsonCache.add(com.fasterxml.jackson.core.JsonPointer ptr,
BigDecimal value)
Adds a
BigDecimal to an array. |
JsonCache |
JsonCache.add(com.fasterxml.jackson.core.JsonPointer ptr,
BigInteger value)
Adds a
BigInteger to an array. |
JsonCache |
JsonCache.add(com.fasterxml.jackson.core.JsonPointer ptr,
boolean value)
Adds a
boolean to an array. |
JsonCache |
JsonCache.add(com.fasterxml.jackson.core.JsonPointer ptr,
double value)
Adds a
double value to an array. |
JsonCache |
JsonCache.add(com.fasterxml.jackson.core.JsonPointer ptr,
float value)
Adds a
float value to an array. |
JsonCache |
JsonCache.add(com.fasterxml.jackson.core.JsonPointer ptr,
int value)
Adds an
int value to an array. |
JsonCache |
JsonCache.add(com.fasterxml.jackson.core.JsonPointer ptr,
long value)
Adds a
long value to an array. |
JsonCache |
JsonCache.add(com.fasterxml.jackson.core.JsonPointer ptr,
Object value)
Adds an object to an array.
|
JsonCache |
JsonCache.add(com.fasterxml.jackson.core.JsonPointer ptr,
short value)
Adds a
short value to an array. |
JsonCache |
JsonCache.add(String path,
BigDecimal value)
Adds a
BigDecimal to an array. |
JsonCache |
JsonCache.add(String path,
BigInteger value)
Adds a
BigInteger to an array. |
JsonCache |
JsonCache.add(String path,
boolean value)
Adds a
boolean value to an array. |
JsonCache |
JsonCache.add(String path,
double value)
Adds a
double value to an array. |
JsonCache |
JsonCache.add(String path,
float value)
Adds a
float value to an array. |
JsonCache |
JsonCache.add(String path,
int value)
Adds an
int value to an array. |
JsonCache |
JsonCache.add(String path,
long value)
Adds a
long value to an array. |
JsonCache |
JsonCache.add(String path,
Object value)
Adds an object to an array.
|
JsonCache |
JsonCache.add(String path,
short value)
Adds a
short value to an array. |
JsonCache |
JsonCache.child(com.fasterxml.jackson.core.JsonPointer ptr)
Returns a child cache rooted at the given location relative to the receiver's base pointer.
|
JsonCache |
JsonCache.child(String path)
Returns a child cache rooted at the given location relative to the receiver's base pointer.
|
JsonCache |
JsonCache.parent()
Returns the parent cache of which this is a descendant.
|
JsonCache |
JsonCache.set(com.fasterxml.jackson.core.JsonPointer ptr,
BigDecimal value)
Sets a
BigDecimal property within the object graph managed by the receiver. |
JsonCache |
JsonCache.set(com.fasterxml.jackson.core.JsonPointer ptr,
BigInteger value)
Sets a
BigInteger property within the object graph managed by the receiver. |
JsonCache |
JsonCache.set(com.fasterxml.jackson.core.JsonPointer ptr,
boolean value)
Sets a
boolean property within the object graph managed by the receiver. |
JsonCache |
JsonCache.set(com.fasterxml.jackson.core.JsonPointer ptr,
double value)
Sets a
double property within the object graph managed by the receiver. |
JsonCache |
JsonCache.set(com.fasterxml.jackson.core.JsonPointer ptr,
float value)
Sets a
float property within the object graph managed by the receiver. |
JsonCache |
JsonCache.set(com.fasterxml.jackson.core.JsonPointer ptr,
int value)
Sets an
int property within the object graph managed by the receiver. |
JsonCache |
JsonCache.set(com.fasterxml.jackson.core.JsonPointer ptr,
List<?> values)
Sets a
List property within the object graph managed by the receiver. |
JsonCache |
JsonCache.set(com.fasterxml.jackson.core.JsonPointer ptr,
long value)
Sets a
long property within the object graph managed by the receiver. |
JsonCache |
JsonCache.set(com.fasterxml.jackson.core.JsonPointer ptr,
Object value)
Sets an
Object property within the object graph managed by the receiver. |
JsonCache |
JsonCache.set(com.fasterxml.jackson.core.JsonPointer ptr,
short value)
Sets a
short property within the object graph managed by the receiver. |
JsonCache |
JsonCache.set(com.fasterxml.jackson.core.JsonPointer ptr,
String value)
Sets a
String property within the object graph managed by the receiver. |
JsonCache |
JsonCache.set(String path,
BigDecimal value)
Sets a
BigDecimal property within the object graph managed by the receiver. |
JsonCache |
JsonCache.set(String path,
BigInteger value)
Sets a
BigInteger property within the object graph managed by the receiver. |
JsonCache |
JsonCache.set(String path,
boolean value)
Sets a
boolean property within the object graph managed by the receiver. |
JsonCache |
JsonCache.set(String path,
double value)
Sets a
double property within the object graph managed by the receiver. |
JsonCache |
JsonCache.set(String path,
float value)
Sets a
float property within the object graph managed by the receiver. |
JsonCache |
JsonCache.set(String path,
int value)
Sets an
int property within the object graph managed by the receiver. |
JsonCache |
JsonCache.set(String path,
List<?> values)
Sets a
List property within the object graph managed by the receiver. |
JsonCache |
JsonCache.set(String path,
long value)
Sets a
long property within the object graph managed by the receiver. |
JsonCache |
JsonCache.set(String path,
Object value)
Sets an
Object property within the object graph managed by the receiver. |
JsonCache |
JsonCache.set(String path,
short value)
Sets a
short property within the object graph managed by the receiver. |
JsonCache |
JsonCache.set(String path,
String value)
Sets a
String property within the object graph managed by the receiver. |
Copyright © 2021. All rights reserved.