Package restx.factory

Class SingleComponentNameCustomizerEngine<E>

java.lang.Object
restx.factory.SingleComponentCustomizerEngine<E>
restx.factory.SingleComponentNameCustomizerEngine<E>
All Implemented Interfaces:
ComponentCustomizer<E>, ComponentCustomizerEngine

public abstract class SingleComponentNameCustomizerEngine<E> extends SingleComponentCustomizerEngine<E>
User: xavierhanin Date: 3/31/13 Time: 1:43 AM
  • Constructor Details

    • SingleComponentNameCustomizerEngine

      public SingleComponentNameCustomizerEngine(int priority, Name<E> name)
  • Method Details

    • canCustomize

      public <T> boolean canCustomize(Name<T> name)
    • toString

      public String toString()
      Overrides:
      toString in class Object