接口 Filters

所有已知实现类:
FilterManager

public interface Filters
  • 方法详细资料

    • getFilter

      Filter<Props> getFilter(Class<?> type)
    • getFilter

      Filter<Props> getFilter(org.babyfish.jimmer.meta.ImmutableType type)
    • getTargetFilter

      Filter<Props> getTargetFilter(org.babyfish.jimmer.meta.ImmutableProp prop)
    • getTargetFilter

      Filter<Props> getTargetFilter(org.babyfish.jimmer.meta.TypedProp.Association<?,​?> prop)
    • getCacheableFilter

      CacheableFilter<Props> getCacheableFilter(Class<?> type)
    • getCacheableFilter

      CacheableFilter<Props> getCacheableFilter(org.babyfish.jimmer.meta.ImmutableType type)
    • getCacheableTargetFilter

      CacheableFilter<Props> getCacheableTargetFilter(org.babyfish.jimmer.meta.ImmutableProp prop)
    • getCacheableTargetFilter

      CacheableFilter<Props> getCacheableTargetFilter(org.babyfish.jimmer.meta.TypedProp.Association<?,​?> prop)