Class ChenileRemoteOperationDefinition
java.lang.Object
org.chenile.jpautils.entity.BaseJpaEntity
org.chenile.service.registry.model.ChenileRemoteOperationDefinition
- All Implemented Interfaces:
ChenileEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.slf4j.Loggerprivate StringThe Parameterized Type reference is stored as string here for the purpose of serialization.Fields inherited from class BaseJpaEntity
createdBy, createdTime, id, tenant, testEntity, version -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidsetOutputAsStringReference(String outputAsStringReference) Methods inherited from class BaseJpaEntity
getCreatedBy, getCreatedTime, getId, getLastModifiedBy, getLastModifiedTime, getPrefix, getVersion, setCreatedBy, setCreatedTime, setId, setLastModifiedBy, setLastModifiedTime, setVersion
-
Field Details
-
logger
private org.slf4j.Logger logger -
description
-
name
-
params
-
consumes
-
url
-
output
-
httpMethod
-
outputAsParameterizedReference
-
outputAsStringReference
The Parameterized Type reference is stored as string here for the purpose of serialization. The actual reference cannot be serialized and hence ignored when storing to DB or when echoed out as JSON. -
clientInterceptorNames
-
clientInterceptors
-
-
Constructor Details
-
ChenileRemoteOperationDefinition
public ChenileRemoteOperationDefinition() -
ChenileRemoteOperationDefinition
-
-
Method Details
-
getOutputAsStringReference
-
setOutputAsStringReference
-