Package com.atlassian.jira.entity
Class NoopEntityBuilder
java.lang.Object
com.atlassian.jira.entity.NoopEntityBuilder
- All Implemented Interfaces:
EntityBuilder<org.ofbiz.core.entity.GenericValue>
public class NoopEntityBuilder
extends Object
implements EntityBuilder<org.ofbiz.core.entity.GenericValue>
No-op implementation of EntityBuilder such that you can just select GenericValues.
- Since:
- v6.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.ofbiz.core.entity.GenericValue
build
(org.ofbiz.core.entity.GenericValue genericValue) Builds an instance of this Entity from the given GenericValue.
-
Constructor Details
-
NoopEntityBuilder
public NoopEntityBuilder()
-
-
Method Details
-
build
public org.ofbiz.core.entity.GenericValue build(org.ofbiz.core.entity.GenericValue genericValue) Description copied from interface:EntityBuilder
Builds an instance of this Entity from the given GenericValue.- Specified by:
build
in interfaceEntityBuilder<org.ofbiz.core.entity.GenericValue>
- Parameters:
genericValue
- GenericValue for the entity- Returns:
- the entity Object
-