static <BeanType extends CommentableDto> void |
CommentableHelper.copyCommentableDto(BeanType source,
BeanType target) |
static <BeanType extends CommentableDto> void |
CommentableHelper.copyCommentableDto(BeanType source,
BeanType target,
org.nuiton.util.beans.Binder<BeanType,BeanType> binder) |
static <BeanType extends CommentableDto> List<BeanType> |
CommentableHelper.filterByComment(Collection<BeanType> $source,
String comment) |
static <BeanType extends CommentableDto> Predicate<BeanType> |
CommentableHelper.newCommentPredicate(String comment) |
static <BeanType extends CommentableDto> Class<BeanType> |
CommentableHelper.typeOfCommentableDto() |
static <BeanType extends CommentableDto> com.google.common.collect.ImmutableMap<String,BeanType> |
CommentableHelper.uniqueIndexByComment(Iterable<BeanType> $source) |