Package | Description |
---|---|
io.sphere.sdk.annotations.processors.generators | |
io.sphere.sdk.annotations.processors.models |
Modifier and Type | Method and Description |
---|---|
protected com.squareup.javapoet.FieldSpec |
UpdateActionGenerator.createField(PropertyGenModel property,
Modifier modifier) |
protected com.squareup.javapoet.FieldSpec.Builder |
ResourceValueImplGenerator.createFieldBuilder(PropertyGenModel property,
Modifier modifier) |
protected com.squareup.javapoet.MethodSpec |
UpdateActionGenerator.createGetMethod(PropertyGenModel propertyGenModel) |
protected com.squareup.javapoet.MethodSpec |
UpdateActionGenerator.createWithMethod(List<PropertyGenModel> properties,
PropertyGenModel propertyGenModel,
com.squareup.javapoet.ClassName returnType) |
Modifier and Type | Method and Description |
---|---|
protected com.squareup.javapoet.MethodSpec |
UpdateActionGenerator.createConstructor(List<PropertyGenModel> properties,
com.squareup.javapoet.ClassName actionName,
String actionString,
Modifier... modifiers) |
protected com.squareup.javapoet.MethodSpec |
UpdateActionGenerator.createWithMethod(List<PropertyGenModel> properties,
PropertyGenModel propertyGenModel,
com.squareup.javapoet.ClassName returnType) |
Modifier and Type | Method and Description |
---|---|
static PropertyGenModel |
PropertyGenModel.of(ExecutableElement getterMethod)
Creates an instance from the given getter method.
|
static PropertyGenModel |
PropertyGenModel.of(String name,
String jsonName,
TypeMirror type,
String javaDocLinkTag,
boolean optional,
boolean useReference) |