com.hazelcast.client.protocol.generator
@SupportedAnnotationTypes(value="com.hazelcast.annotation.GenerateCodec") @SupportedSourceVersion(value=RELEASE_6) public class CodecCodeGenerator extends AbstractProcessor
processingEnv
Constructor and Description |
---|
CodecCodeGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
generateCodec(ExecutableElement methodElement,
Lang lang) |
void |
init(ProcessingEnvironment env) |
boolean |
process(Set<? extends TypeElement> elements,
RoundEnvironment env) |
void |
register(TypeElement classElement,
Lang lang) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitialized
public void init(ProcessingEnvironment env)
init
in interface Processor
init
in class AbstractProcessor
public boolean process(Set<? extends TypeElement> elements, RoundEnvironment env)
process
in interface Processor
process
in class AbstractProcessor
public void register(TypeElement classElement, Lang lang)
public void generateCodec(ExecutableElement methodElement, Lang lang)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.