Package org.nuiton.topiatest.beangen
Class GeneratedRoueHelper
java.lang.Object
org.nuiton.topiatest.beangen.GeneratedRoueHelper
- Direct Known Subclasses:
RoueHelper
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <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) filterByVoiture(Collection<BeanType> $source, Voiture voiture) 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.Predicate<BeanType>newVoiturePredicate(Voiture voiture) uniqueIndexByVoiture(Iterable<BeanType> $source)
-
Field Details
-
VOITURE_FUNCTION
-
-
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
public static <BeanType extends Roue> List<BeanType> filterByVoiture(Collection<BeanType> $source, Voiture voiture) -
getVoitureFunction
-
newVoitureFunction
-
uniqueIndexByVoiture
-