@Entity public class ModifierInterfaceDescription extends MethodInterfaceDescription
description, id, methodName, returnTypeGSON_DEFAULT, GSON_PLAIN, GSON_PRETTY, version| Constructor and Description |
|---|
ModifierInterfaceDescription()
Default Constructor for at least JPA.
|
ModifierInterfaceDescription(String methodName,
Class<?> returnType,
String description,
String modifierType,
InputParameterDescription... parameters)
Instantiates a new modifier interface description.
|
ModifierInterfaceDescription(String methodName,
Class<?> returnType,
String description,
String modifierType,
List<InputParameterDescription> parameters)
Instantiates a new modifier interface description.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getModifierType()
*.
|
void |
setModifierType(String modifierType)
*.
|
addParameter, equals, getDescription, getId, getMethodName, getParameters, getReturnType, getReturnTypeName, hashCode, setDescription, setId, setMethodName, setParameters, setReturnTypefromJson, getGson, getVersion, toJson, toStringpublic ModifierInterfaceDescription()
public ModifierInterfaceDescription(String methodName, Class<?> returnType, String description, String modifierType, InputParameterDescription... parameters)
methodName - the method namereturnType - the return typedescription - the descriptionmodifierType - the modifier typeparameters - the parameterspublic ModifierInterfaceDescription(String methodName, Class<?> returnType, String description, String modifierType, List<InputParameterDescription> parameters)
methodName - the method namereturnType - the return typedescription - the descriptionmodifierType - the modifier typeparameters - the parametersCopyright © 2018. All rights reserved.