Class AliasOfPropagatedDataMetadata


  • public abstract class AliasOfPropagatedDataMetadata
    extends java.lang.Object
    A class that represents the values stored in an dagger.hilt.internal.aliasof.AliasOfPropagatedData annotation.
    • Constructor Detail

      • AliasOfPropagatedDataMetadata

        public AliasOfPropagatedDataMetadata()
    • Method Detail

      • aggregatingElement

        public abstract androidx.room.compiler.processing.XTypeElement aggregatingElement()
        Returns the aggregating element
      • from

        public static com.google.common.collect.ImmutableSet<AliasOfPropagatedDataMetadata> from​(androidx.room.compiler.processing.XProcessingEnv env)
        Returns metadata for all aggregated elements in the aggregating package.
      • from

        public static com.google.common.collect.ImmutableSet<AliasOfPropagatedDataMetadata> from​(com.google.common.collect.ImmutableSet<androidx.room.compiler.processing.XTypeElement> aggregatedElements)
        Returns metadata for each aggregated element.