com.google.inject.internal

Class DeclaredMembers



  • public final class DeclaredMembers
    extends Object
    Utility class for retrieving declared fields or methods in a particular order, because the JVM doesn't guarantee ordering for listing declared methods. We don't externally guarantee an ordering, but having a consistent ordering allows deterministic behavior and simpler tests.
    • Method Detail

      • getDeclaredFields

        public static Field[] getDeclaredFields(Class<?> type)
      • getDeclaredMethods

        public static Method[] getDeclaredMethods(Class<?> type)

Copyright © 2006–2020 Google, Inc.. All rights reserved.