| Modifier and Type | Method and Description |
|---|---|
protected String |
CommonOverridesFormatter.caseFieldConstant(JField field) |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryReaderBuilderFormatter.appendReadFieldValue(String member,
JMessage message,
JField field,
PDescriptor descriptor) |
protected void |
HazelcastPortableMessageFormatter.readPortableField(JField field)
Method to append reading of a field to hazelcast_portable.
|
protected void |
HazelcastPortableMessageFormatter.readPortableFieldList(JField field)
Method to append reading of a field to hazelcast_portable.
|
protected void |
HazelcastPortableMessageFormatter.writeDefaultPortableField(JField field)
Method to append writing of a field to hazelcast_portable.
|
protected void |
HazelcastPortableMessageFormatter.writeDefaultPortableFieldList(JField field)
Method to append writing of a field to hazelcast_portable.
|
protected void |
HazelcastPortableMessageFormatter.writePortableField(JField field)
Method to append writing of a field to hazelcast_portable.
|
protected void |
HazelcastPortableMessageFormatter.writePortableFieldList(JField field)
Method to append writing of a field to hazelcast_portable.
|
| Modifier and Type | Method and Description |
|---|---|
JField[] |
JServiceMethod.exceptions() |
JField |
JServiceMethod.getResponse() |
JField[] |
JServiceMethod.params() |
| Modifier and Type | Method and Description |
|---|---|
List<JField> |
JMessage.declaredOrderFields() |
Optional<JField> |
JMessage.exceptionMessageField()
If the message has a 'string' field named 'message', which can be used as the 'message' for exceptions.
|
List<JField> |
JMessage.numericalOrderFields() |
| Modifier and Type | Method and Description |
|---|---|
static ContainerType |
JAnnotation.containerType(JField field) |
static boolean |
JAnnotation.isDeprecated(JField field) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueBuilder.appendDefaultConstants(List<JField> fields) |
Copyright © 2015–2017 morimekta.net. All rights reserved.