Class NoOpEntity<T>
java.lang.Object
io.fluxcapacitor.javaclient.modeling.NoOpEntity<T>
- All Implemented Interfaces:
Entity<NoOpEntity<T>,T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.fluxcapacitor.javaclient.modeling.Entity
Entity.Validator<T,E extends Exception> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<E extends Exception>
NoOpEntity<T>assertLegal(Object command) <E extends Exception>
NoOpEntity<T>assertThat(Entity.Validator<T, E> validator) <E extends Exception>
NoOpEntity<T>Collection<? extends Entity<?,?>> entities()get()id()Entity<?,?> parent()type()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fluxcapacitor.javaclient.modeling.Entity
allEntities, apply, apply, apply, apply, assertAndApply, assertAndApply, getEntity, possibleTargets, root
-
Constructor Details
-
NoOpEntity
public NoOpEntity()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceEntity<NoOpEntity<T>,T>
-
assertLegal
- Specified by:
assertLegalin interfaceEntity<NoOpEntity<T>,T> - Throws:
E extends Exception
-
assertThat
- Specified by:
assertThatin interfaceEntity<NoOpEntity<T>,T> - Throws:
E extends Exception
-
ensure
-
parent
- Specified by:
parentin interfaceEntity<NoOpEntity<T>,T>
-
entities
- Specified by:
entitiesin interfaceEntity<NoOpEntity<T>,T>
-
id
- Specified by:
idin interfaceEntity<NoOpEntity<T>,T>
-
type
- Specified by:
typein interfaceEntity<NoOpEntity<T>,T>
-
get
- Specified by:
getin interfaceEntity<NoOpEntity<T>,T>
-
idProperty
- Specified by:
idPropertyin interfaceEntity<NoOpEntity<T>,T>
-