public class

NoopEntityBuilder

extends Object
implements EntityBuilder<E>
java.lang.Object
   ↳ com.atlassian.jira.entity.NoopEntityBuilder

Class Overview

No-op implementation of EntityBuilder such that you can just select GenericValues.

Summary

Public Constructors
NoopEntityBuilder()
Public Methods
GenericValue build(GenericValue genericValue)
Builds an instance of this Entity from the given GenericValue.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.entity.EntityBuilder

Public Constructors

public NoopEntityBuilder ()

Public Methods

public GenericValue build (GenericValue genericValue)

Builds an instance of this Entity from the given GenericValue.

Parameters
genericValue GenericValue for the entity
Returns
  • the entity Object