org.qi4j.api.value
Interface Value

All Known Subinterfaces:
AbstractEntityStoreTest.TestValue, AbstractEntityStoreTest.TestValue2, AbstractEntityStoreTest.TjabbaValue, Address, ApplicationEvent, AuthorizationContextValue, DomainEventValue, File, Host, Port, Protocol, QueryParam, SecureHash, TimelineRecordValue, TransactionApplicationEvents, UnitOfWorkDomainEventsValue, URL, ValueComposite

public interface Value

Methods specifically for Values


Method Summary
<T> ValueBuilder<T>
buildWith()
           
 StateHolder state()
           
 String toJSON()
           
 

Method Detail

state

StateHolder state()

buildWith

<T> ValueBuilder<T> buildWith()

toJSON

String toJSON()