Package | Description |
---|---|
com.hazelcast.client.protocol.generator |
Code generation for client protocol
|
Modifier and Type | Method and Description |
---|---|
static Lang |
Lang.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lang[] |
Lang.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CodecCodeGenerator.generateCodec(ExecutableElement methodElement,
Lang lang) |
void |
CodecCodeGenerator.register(TypeElement classElement,
Lang lang) |
Constructor and Description |
---|
CodecModel(TypeElement parent,
ExecutableElement methodElement,
ExecutableElement responseElement,
List<ExecutableElement> eventElementList,
boolean retryable,
Lang lang) |
MessageTypeEnumModel(TypeElement classElement,
Lang lang) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.