Class Metadatas

java.lang.Object
org.nuiton.topia.persistence.metadata.Metadatas

public class Metadatas
extends java.lang.Object
Useful methods around metadatas.
Since:
2.6.12
Author:
tchemit <chemit@codelutin.com>
  • Constructor Summary

    Constructors 
    Constructor Description
    Metadatas()  
  • Method Summary

    Modifier and Type Method Description
    protected static <T extends TopiaEntityEnum,​ M extends MetaFilenameAware<T>>
    com.google.common.base.Function<M,​T>
    newMetaBySourcefunction()  
    static <T extends TopiaEntityEnum,​ M extends MetaFilenameAware<T>>
    com.google.common.collect.Multimap<T,​M>
    split​(java.lang.Iterable<M> metas)  
    static <T extends TopiaEntityEnum,​ M extends MetaFilenameAware<T>>
    java.util.Map<T,​M>
    uniqueIndex​(java.lang.Iterable<M> metas)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait