Package org.nuiton.topiatest.beangen
Class GeneratedRoueHelper
java.lang.Object
org.nuiton.topiatest.beangen.GeneratedRoueHelper
- Direct Known Subclasses:
RoueHelper
public abstract class GeneratedRoueHelper
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected static com.google.common.base.Function<Roue,Voiture>VOITURE_FUNCTION -
Constructor Summary
Constructors Constructor Description GeneratedRoueHelper() -
Method Summary
Modifier and Type Method Description static <BeanType extends Roue>
voidcopyRoue(BeanType source, BeanType target)static <BeanType extends Roue>
voidcopyRoue(BeanType source, BeanType target, org.nuiton.util.beans.Binder<BeanType,BeanType> binder)static <BeanType extends Roue>
java.util.List<BeanType>filterByVoiture(java.util.Collection<BeanType> $source, Voiture voiture)static <BeanType extends Roue>
com.google.common.base.Function<BeanType,Voiture>getVoitureFunction()static RouenewRoue()static <BeanType extends Roue>
BeanTypenewRoue(BeanType source)static <BeanType extends Roue>
BeanTypenewRoue(BeanType source, org.nuiton.util.beans.Binder<BeanType,BeanType> binder)static <BeanType extends Roue>
com.google.common.base.Function<BeanType,Voiture>newVoitureFunction()static <BeanType extends Roue>
com.google.common.base.Predicate<BeanType>newVoiturePredicate(Voiture voiture)static <BeanType extends Roue>
java.lang.Class<BeanType>typeOfRoue()static <BeanType extends Roue>
com.google.common.collect.ImmutableMap<Voiture,BeanType>uniqueIndexByVoiture(java.lang.Iterable<BeanType> $source)
-
Field Details
-
Constructor Details
-
GeneratedRoueHelper
public GeneratedRoueHelper()
-
-
Method Details
-
typeOfRoue
-
newRoue
-
newRoue
-
newRoue
public static <BeanType extends Roue> BeanType newRoue(BeanType source, org.nuiton.util.beans.Binder<BeanType,BeanType> binder) -
copyRoue
-
copyRoue
public static <BeanType extends Roue> void copyRoue(BeanType source, BeanType target, org.nuiton.util.beans.Binder<BeanType,BeanType> binder) -
newVoiturePredicate
-
filterByVoiture
-
getVoitureFunction
-
newVoitureFunction
-
uniqueIndexByVoiture
-