Package com.embabel.agent.api.common
Object SomeOf.Companion
-
- All Implemented Interfaces:
public class SomeOf.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static SomeOf.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final Set<Field>eligibleFields(Class<?> outputClass)Fields of this SomeOf that are domain types and can be bound to the blackboard. -
-
Method Detail
-
eligibleFields
final Set<Field> eligibleFields(Class<?> outputClass)
Fields of this SomeOf that are domain types and can be bound to the blackboard.
-
-
-
-