Modifier and Type | Method and Description |
---|---|
Stream<Object> |
HintManager.visitImmutableType(SerializedImmutableType value) |
T |
MappedRoleVisitor.visitImmutableType(SerializedImmutableType value) |
Object |
SimpleDeserializer.visitImmutableType(SerializedImmutableType rt) |
Void |
TreeAnalyzer.visitImmutableType(SerializedImmutableType value) |
Modifier and Type | Method and Description |
---|---|
Computation |
SetupGenerators.Generator.visitImmutableType(SerializedImmutableType value) |
Modifier and Type | Method and Description |
---|---|
Computation |
MatcherGenerators.Generator.visitImmutableType(SerializedImmutableType value) |
Modifier and Type | Method and Description |
---|---|
T |
ReferenceTypeVisitor.visitImmutableType(SerializedImmutableType value) |
T |
RoleVisitor.visitImmutableType(SerializedImmutableType value) |
Modifier and Type | Class and Description |
---|---|
class |
SerializedEnum
Serializing to SerializedEnum is restricted to enums.
|
class |
SerializedImmutable<V>
Serializing to SerializedImmutable is restricted to objects of a class that complies with following criteria:
- it is a class with immutable values (like BigInteger, BigDecimal
|
class |
SerializedLambdaObject |
class |
SerializedNull
Serializing to SerializedNull is only valid and strongly recommended for any value that is null.
|
class |
SerializedProxy |
Modifier and Type | Method and Description |
---|---|
String |
ValuePrinter.visitImmutableType(SerializedImmutableType rt) |
Copyright © 2020. All rights reserved.