Uses of Class
org.drools.traits.core.factmodel.TypeWrapper
Packages that use TypeWrapper
-
Uses of TypeWrapper in org.drools.traits.core.factmodel
Methods in org.drools.traits.core.factmodel that return TypeWrapperMethods in org.drools.traits.core.factmodel with parameters of type TypeWrapperModifier and TypeMethodDescriptionTraitFieldImpl.don(org.drools.base.factmodel.traits.TraitType trait, Object defaultValue, TypeWrapper wrapper, boolean logical, WorkingMemory wm) TraitFieldImpl.get(TypeWrapper klass) voidTypeCache.put(String name, TypeWrapper wrapper) TraitFieldImpl.set(Object value, TypeWrapper klass, WorkingMemory wm) TraitFieldImpl.shed(org.drools.base.factmodel.traits.TraitType trait, TypeWrapper rangeWrapper, TypeWrapper asWrapper, WorkingMemory workingMemory) Constructors in org.drools.traits.core.factmodel with parameters of type TypeWrapperModifierConstructorDescriptionTraitFieldImpl(TypeWrapper klass, Object value, Object defaultValue, short pos)