Uses of Class
org.faktorips.devtools.abstraction.Wrappers.WrapperBuilder
-
Packages that use Wrappers.WrapperBuilder Package Description org.faktorips.devtools.abstraction Interfaces to abstract from the running platform (Eclipse or other)org.faktorips.devtools.abstraction.eclipse.internal Internal classes to help the implementation of eclipse implementations.org.faktorips.devtools.abstraction.plainjava.internal -
-
Uses of Wrappers.WrapperBuilder in org.faktorips.devtools.abstraction
Methods in org.faktorips.devtools.abstraction that return Wrappers.WrapperBuilder Modifier and Type Method Description Wrappers.WrapperBuilderAbstractions.AImplementation. getWrapperBuilder(java.lang.Object original)static Wrappers.WrapperBuilderWrappers. wrap(java.lang.Object original)Returns aWrappers.WrapperBuilderfor the given object that allows it to be wrapped in an implementation-specificwrapper.static <T> Wrappers.WrapperBuilderWrappers. wrapSupplier(Wrappers.CoreExceptionThrowingSupplier<T> supplier)Returns aWrappers.WrapperBuilderfor the object produced by the given supplier that allows that object to be wrapped in an implementation-specificwrapper. -
Uses of Wrappers.WrapperBuilder in org.faktorips.devtools.abstraction.eclipse.internal
Subclasses of Wrappers.WrapperBuilder in org.faktorips.devtools.abstraction.eclipse.internal Modifier and Type Class Description classEclipseWrapperBuilderMethods in org.faktorips.devtools.abstraction.eclipse.internal that return Wrappers.WrapperBuilder Modifier and Type Method Description Wrappers.WrapperBuilderEclipseImplementation. getWrapperBuilder(java.lang.Object original) -
Uses of Wrappers.WrapperBuilder in org.faktorips.devtools.abstraction.plainjava.internal
Subclasses of Wrappers.WrapperBuilder in org.faktorips.devtools.abstraction.plainjava.internal Modifier and Type Class Description classPlainJavaWrapperBuilderMethods in org.faktorips.devtools.abstraction.plainjava.internal that return Wrappers.WrapperBuilder Modifier and Type Method Description Wrappers.WrapperBuilderPlainJavaImplementation. getWrapperBuilder(java.lang.Object original)
-