@Generated(value="org.nuiton.eugene.java.BeanTransformer", date="Mon Jan 27 13:46:52 CET 2020") public abstract class GeneratedVoitureHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.common.base.Function<Voiture,Integer> |
IMMATRICULATION_FUNCTION |
protected static com.google.common.base.Function<Voiture,String> |
MODELE_FUNCTION |
protected static com.google.common.base.Function<Voiture,Personne> |
PROPRIETAIRE_FUNCTION |
| Constructor and Description |
|---|
GeneratedVoitureHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <BeanType extends Voiture> |
copyVoiture(BeanType source,
BeanType target) |
static <BeanType extends Voiture> |
copyVoiture(BeanType source,
BeanType target,
org.nuiton.util.beans.Binder<BeanType,BeanType> binder) |
static <BeanType extends Voiture> |
filterByImmatriculation(Collection<BeanType> $source,
int immatriculation) |
static <BeanType extends Voiture> |
filterByModele(Collection<BeanType> $source,
String modele) |
static <BeanType extends Voiture> |
filterByProprietaire(Collection<BeanType> $source,
Personne proprietaire) |
static <BeanType extends Voiture> |
getImmatriculationFunction() |
static <BeanType extends Voiture> |
getModeleFunction() |
static <BeanType extends Voiture> |
getProprietaireFunction() |
static <BeanType extends Voiture> |
newImmatriculationFunction() |
static <BeanType extends Voiture> |
newImmatriculationPredicate(int immatriculation) |
static <BeanType extends Voiture> |
newModeleFunction() |
static <BeanType extends Voiture> |
newModelePredicate(String modele) |
static <BeanType extends Voiture> |
newProprietaireFunction() |
static <BeanType extends Voiture> |
newProprietairePredicate(Personne proprietaire) |
static <BeanType extends Voiture> |
typeOfVoiture() |
static <BeanType extends Voiture> |
uniqueIndexByImmatriculation(Iterable<BeanType> $source) |
static <BeanType extends Voiture> |
uniqueIndexByModele(Iterable<BeanType> $source) |
static <BeanType extends Voiture> |
uniqueIndexByProprietaire(Iterable<BeanType> $source) |
protected static final com.google.common.base.Function<Voiture,Integer> IMMATRICULATION_FUNCTION
protected static final com.google.common.base.Function<Voiture,String> MODELE_FUNCTION
public static <BeanType extends Voiture> void copyVoiture(BeanType source, BeanType target)
public static <BeanType extends Voiture> void copyVoiture(BeanType source, BeanType target, org.nuiton.util.beans.Binder<BeanType,BeanType> binder)
public static <BeanType extends Voiture> com.google.common.base.Predicate<BeanType> newImmatriculationPredicate(int immatriculation)
public static <BeanType extends Voiture> List<BeanType> filterByImmatriculation(Collection<BeanType> $source, int immatriculation)
public static <BeanType extends Voiture> com.google.common.base.Predicate<BeanType> newModelePredicate(String modele)
public static <BeanType extends Voiture> List<BeanType> filterByModele(Collection<BeanType> $source, String modele)
public static <BeanType extends Voiture> com.google.common.base.Predicate<BeanType> newProprietairePredicate(Personne proprietaire)
public static <BeanType extends Voiture> List<BeanType> filterByProprietaire(Collection<BeanType> $source, Personne proprietaire)
public static <BeanType extends Voiture> com.google.common.base.Function<BeanType,Integer> getImmatriculationFunction()
public static <BeanType extends Voiture> com.google.common.base.Function<BeanType,Integer> newImmatriculationFunction()
public static <BeanType extends Voiture> com.google.common.collect.ImmutableMap<Integer,BeanType> uniqueIndexByImmatriculation(Iterable<BeanType> $source)
public static <BeanType extends Voiture> com.google.common.base.Function<BeanType,String> getModeleFunction()
public static <BeanType extends Voiture> com.google.common.base.Function<BeanType,String> newModeleFunction()
public static <BeanType extends Voiture> com.google.common.collect.ImmutableMap<String,BeanType> uniqueIndexByModele(Iterable<BeanType> $source)
public static <BeanType extends Voiture> com.google.common.base.Function<BeanType,Personne> getProprietaireFunction()
public static <BeanType extends Voiture> com.google.common.base.Function<BeanType,Personne> newProprietaireFunction()
Copyright © 2004–2020 Code Lutin. All rights reserved.