Package cdc.converters
Class RawRefConverter
java.lang.Object
cdc.converters.RawRefConverter
-
Field Summary
Fields inherited from interface cdc.converters.Converter
META_FARGS, SOURCE_CLASS, TARGET_CLASS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface cdc.converters.Converter
adapt, andThen, andThenRaw, applyRaw, areCompliantSourceAndTargetClasses, areMatchingSourceAndTargetClasses, cast, compose, composeRaw, getWrappedSourceClass, getWrappedTargetClass, isCompliantSourceClass, isCompliantTargetClass, isMatchingSourceClass, isMatchingTargetClass, orElse, orElseRaw
-
Constructor Details
-
RawRefConverter
-
-
Method Details
-
getName
- Returns:
- The delegate name.
-
resolve
public void resolve(cdc.util.lang.FailureReaction reaction) Resolves the delegate.The delegate is searched only the first time this method is called.
- Parameters:
reaction- The reaction to adopt if resolution fails.
-
getResolutionStatus
public cdc.util.refs.ResolutionStatus getResolutionStatus() -
getDelegate
- Returns:
- The associated delegate, possibly
nullif resolution is not yet done or failed.
-
apply
-
getSourceClass
- Specified by:
getSourceClassin interfaceConverter<Object,Object> - Returns:
- The class of source objects.
-
getTargetClass
- Specified by:
getTargetClassin interfaceConverter<Object,Object> - Returns:
- The class of target objects.
-
getParams
-
toString
-