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>
    void
    copyRoue​(BeanType source, BeanType target)  
    static <BeanType extends Roue>
    void
    copyRoue​(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 Roue newRoue()  
    static <BeanType extends Roue>
    BeanType
    newRoue​(BeanType source)  
    static <BeanType extends Roue>
    BeanType
    newRoue​(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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • typeOfRoue

      public static <BeanType extends Roue> java.lang.Class<BeanType> typeOfRoue()
    • newRoue

      public static Roue newRoue()
    • newRoue

      public static <BeanType extends Roue> BeanType newRoue​(BeanType source)
    • newRoue

      public static <BeanType extends Roue> BeanType newRoue​(BeanType source, org.nuiton.util.beans.Binder<BeanType,​BeanType> binder)
    • copyRoue

      public static <BeanType extends Roue> void copyRoue​(BeanType source, BeanType target)
    • copyRoue

      public static <BeanType extends Roue> void copyRoue​(BeanType source, BeanType target, org.nuiton.util.beans.Binder<BeanType,​BeanType> binder)
    • newVoiturePredicate

      public static <BeanType extends Roue> com.google.common.base.Predicate<BeanType> newVoiturePredicate​(Voiture voiture)
    • filterByVoiture

      public static <BeanType extends Roue> java.util.List<BeanType> filterByVoiture​(java.util.Collection<BeanType> $source, Voiture voiture)
    • getVoitureFunction

      public static <BeanType extends Roue> com.google.common.base.Function<BeanType,​Voiture> getVoitureFunction()
    • newVoitureFunction

      public static <BeanType extends Roue> com.google.common.base.Function<BeanType,​Voiture> newVoitureFunction()
    • uniqueIndexByVoiture

      public static <BeanType extends Roue> com.google.common.collect.ImmutableMap<Voiture,​BeanType> uniqueIndexByVoiture​(java.lang.Iterable<BeanType> $source)